home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Magazin / Future-PD / Scripts / S2_Mike_Security.script < prev    next >
Text File  |  1998-05-21  |  2KB  |  90 lines

  1. GLOGET 1 @DONE|
  2. IF @DONE = 2 FIRSTTIME|
  3. LABELJUMP 1 KILL|
  4. LABELJUMP 2 KILL|
  5. FADEIN 2|
  6. IDLE|
  7. :FIRSTTIME|
  8. FADEIN 2|
  9. LOCKCONTROLS|
  10. GLOSET 0 0|
  11. LABELJUMP 1 TOCENTER|
  12. LABELJUMP 2 TOCENTER|
  13. LABELJUMP 3 TOCENTER|
  14. WALKTO 164 115 4|
  15. :TOCENTER|
  16. GLOGET 0 @DONE|
  17. IF @DONE = 0 TOCENTER|
  18. [ "Guard: So you're the one who tagged"|
  19. [ "along with these two scientist wimps, huh?"|
  20. [|
  21. [ "Harman: Hey now, none of that.  Can you"|
  22. [ "hook him up with an MXL?"|
  23. [|
  24. [ "Mike: MXL?  Sounds like some sports car."|
  25. [|
  26. [ "Harman: Well, its more of a very high-"|
  27. [ "power energy weapon.  It can knock out"|
  28. [ "electronics as easily as living beings."|
  29. ADDITEM MXL_LEVEL1|
  30. HAVEITEM HairDryer @HAVE|
  31. IF @HAVE = 0 SKIPDRYER|
  32. [ "Harman: What's this..."|
  33. LABELJUMP 5 HARMAN|
  34. [ "Mike: It's a blowdryer.  You dry"|
  35. [ "your hair with it after you wash"|
  36. [ "it.  Its my mom's..."|
  37. [|
  38. [ "Harman: You mean you take all"|
  39. [ "that power, made by polluting fossil"|
  40. [ "fuels, just to dry your hair?  No"|
  41. [ "wonder..."|
  42. [ "Harman: Here.  Take this.  Sheesh!"|
  43. ADDITEM FlakVest|
  44. [ "Harman: Its a Flak Vest.  Its not"|
  45. [ "too strong, but it'll do."|
  46. LABELJUMP 5 LEAVE|
  47. GOTO TEDDYBEAR|
  48. :SKIPDRYER|
  49. [ "Harman: Here's a Bulky Jacket."|
  50. [ "It has good stopping power against"|
  51. [ "most weapons, including MXLs."|
  52. ADDITEM BulkyJacket|
  53. :TEDDYBEAR|
  54. HAVEITEM TeddyBear @HAVE|
  55. IF @HAVE = 0 SKIPBEAR|
  56. [ "Freija: What's this thing..."|
  57. LABELJUMP 5 FREIJA|
  58. [ "Freija: Aw!  Its a teddy bear! I had"|
  59. [ "one of these when I was a kid!"|
  60. [ "Is it yours?"|
  61. FACE 1|
  62. PAUSE 1|
  63. FACE 2|
  64. PAUSE 1|
  65. [ "Mike: Er...well..."|
  66. FACE 1|
  67. [ "Harman: I could care less if it was yours..."|
  68. FACE 2|
  69. [ "Mike: Uh...mmmhmmm..."|
  70. [|
  71. [ "Freija: I like guys who are in touch"|
  72. [ "with their feelings.  Here..."|
  73. ADDITEM LeatherGloves|
  74. [ "Freija: Some leather gloves for"|
  75. [ "extra protection.  And here's"|
  76. [ "your bear back."|
  77. LABELJUMP 5 LEAVE|
  78. [ "Mike: Er...he he..."|
  79. :SKIPBEAR|
  80. [ "Guard: Remember to equip your gear.  We're"|
  81. [ "not going to do it for you."|
  82. LABELJUMP 1 TODOOR|
  83. GLOSET 0 0|
  84. :TODOOR|
  85. GLOGET 0 @DONE|
  86. IF @DONE = 0 TODOOR|
  87. [ "Harman: C'mon, you two.  Lets go"|
  88. [ "to the Apartment Complex."|
  89. LOADLEVEL level17.level|
  90.